fix(deps): update dependency starlette to v1 - #36
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
2 times, most recently
from
May 18, 2026 10:36
e3d39fc to
a26b9b2
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
3 times, most recently
from
May 28, 2026 17:04
c85d457 to
040d65d
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
from
May 31, 2026 04:38
040d65d to
3ae1898
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
2 times, most recently
from
June 12, 2026 18:39
49b66d9 to
01816fd
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
from
July 21, 2026 01:54
01816fd to
71ab4f8
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
3 times, most recently
from
August 5, 2026 17:35
81d9582 to
8fe018a
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
from
August 8, 2026 09:52
8fe018a to
ea6c4df
Compare
renovate
Bot
force-pushed
the
renovate/starlette-1.x
branch
from
August 8, 2026 21:56
ea6c4df to
effd27b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.52.1,<1.0.0→>=1.6.0,<1.7.0Release Notes
Kludex/starlette (starlette)
v1.6.0: Version 1.6.0Compare Source
What's Changed
max_body_sizetoStarletteand route classes by @Kludex in #3431http.response.debuginfo via response extensions by @y2kbugger in #3130New Contributors
Full Changelog: Kludex/starlette@1.5.1...1.6.0
v1.5.1: Version 1.5.1Compare Source
What's Changed
bytes=5-4by @nikolauspschuetz in encode#3389FileResponseto 100 ranges by @Kludex in encode#3430Full Changelog: Kludex/starlette@1.5.0...1.5.1
v1.5.0: Version 1.5.0Compare Source
This release is all about giving
GZipMiddlewaresome love. 🗜️What's Changed
exclude_content_typesparameter toGZipMiddlewareby @Kludex in encode#3418GZipMiddlewareby @Kludex in encode#3420GZipMiddlewareby @Kludex in encode#3421Full Changelog: Kludex/starlette@1.4.1...1.5.0
v1.4.1: Version 1.4.1Compare Source
What's Changed
thread_minimum_sizeinGZipResponderby @Kludex in #3415Full Changelog: Kludex/starlette@1.4.0...1.4.1
v1.4.0: Version 1.4.0Compare Source
What's Changed
zlib.compressobjinstead ofGzipFileinGZipMiddlewareby @Kludex in #3411New Contributors
Full Changelog: Kludex/starlette@1.3.1...1.4.0
v1.3.1: Version 1.3.1Compare Source
What's Changed
StarletteDeprecationWarninginstead ofDeprecationWarningby @Kludex in #3119max_fieldsandmax_part_sizeinFormParserby @Kludex in #3329FormParserlimits in parser callbacks by @Kludex in #3331Full Changelog: Kludex/starlette@1.3.0...1.3.1
v1.3.0: Version 1.3.0Compare Source
What's Changed
FileResponseby @jiyujie2006 in #3307OSErroralongsideMultiPartExceptionwhen closing temp files by @N3XT3R1337 in #3191httpx2to thefullextra by @Kludex in #3323removeprefixto strip weak ETag indicator inis_not_modifiedby @gnosyslambda in #3193request.urlfrom structured components by @Kludex in #3326New Contributors
Full Changelog: Kludex/starlette@1.2.1...1.3.0
v1.2.1: Version 1.2.1Compare Source
What's Changed
httpx2for type checking in thetestclientmodule by @leifwar in #3304New Contributors
Full Changelog: Kludex/starlette@1.2.0...1.2.1
v1.2.0: Version 1.2.0Compare Source
What's Changed
Full Changelog: Kludex/starlette@1.1.0...1.2.0
v1.1.0: Version 1.1.0Compare Source
What's Changed
"application/octet-stream"as theFileResponsemedia type fallback by @ATOM00blue in #3283HTTPEndpointby @Kludex in #3286StaticFiles.lookup_pathby @Kludex in #3287New Contributors
Full Changelog: Kludex/starlette@1.0.1...1.1.0
v1.0.1: Version 1.0.1Compare Source
What's Changed
Hostheader when constructingrequest.urlby @Kludex in #3279Full Changelog: Kludex/starlette@1.0.0...1.0.1
v1.0.0: Version 1.0.0Compare Source
Starlette 1.0 is here! 🎉
After nearly eight years since its creation, Starlette has reached its first stable release.
A special thank you to @lovelydinosaur, the creator of Starlette, Uvicorn, HTTPX and MkDocs, whose work helped to lay the foundation for the modern async Python ecosystem. 🙏
Thank you to @adriangb, @graingert, @agronholm, @florimondmanca, @aminalaee, @tiangolo, @alex-oleshkevich, @abersheeran, and @uSpike for helping make Starlette what it is today. And to all my sponsors - especially @tiangolo, @huggingface, and @elevenlabs - thank you for your support!
Thank you to all 290+ contributors who have shaped Starlette over the years! ❤️
Read more on the blog post.
Check out the full release notes at https://www.starlette.io/release-notes/#100-march-22-2026
Full Changelog: Kludex/starlette@1.0.0rc1...1.0.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.